home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 201 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  589 b 

  1. Path: gold.tc.umn.edu!stur0028
  2. From: stur0028@gold.tc.umn.edu (Paul A Sturm)
  3. Newsgroups: comp.lang.c++
  4. Subject: [Q] User input w/o printing
  5. Date: 2 Jan 1996 23:01:18 GMT
  6. Organization: University of Minnesota
  7. Message-ID: <4ccdfu$qu4@epx.cis.umn.edu>
  8. NNTP-Posting-Host: gold.tc.umn.edu
  9. X-Newsreader: TIN [version 1.2 PL2]
  10.  
  11. Okay, quick question:  How do I not have what is typed written to the screen?
  12. i.e., you're in an infinite loop, the user types in whatever, then each time
  13. at the end of the loop, I wanna deal with what was typed, but it's not to be
  14. displayed as they type it.
  15.  
  16. Thanks!
  17.